From: Karl Heuer Date: Wed, 22 May 1996 00:36:27 +0000 (+0000) Subject: (get_volume_info): Always update *pPath correctly, even if X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~83792 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=139b57253d3f96a3584d76fd6ff9d541d2e78ab5;p=emacs.git (get_volume_info): Always update *pPath correctly, even if UNC header is incomplete. --- diff --git a/src/w32.c b/src/w32.c index 540974dad51..845203a774e 100644 --- a/src/w32.c +++ b/src/w32.c @@ -724,9 +724,6 @@ get_volume_info (const char * name, const char ** pPath) } while ( *name ); - if (slashes > 1) - return FALSE; - *str++ = '\\'; *str = 0; }